type golang.org/x/tools/internal/gcimporter.internalError

4 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iexport.go#L343: 				if ierr, ok := e.(internalError); ok {
		iexport.go#L1592: type internalError string
		iexport.go#L1594: func (e internalError) Error() string { return "gcimporter: " + string(e) }
		iexport.go#L1604: 	return internalError(fmt.Sprintf(format, args...))